home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1481.dms / var1481.adf / Scripts / cool.mc < prev    next >
Text File  |  1994-07-07  |  301b  |  32 lines

  1. maxaadepth 2
  2.  
  3. maxoctdepth 5
  4. maxobcube 2
  5.  
  6. include "scripts/cool.obj"
  7.  
  8. camera {
  9.     loc    <30, 13, 15>
  10.     target    <0, 5, 0>
  11. }
  12.  
  13. lamp {
  14.     loc    <24, 60, -2>
  15. }
  16.  
  17. color yellow {
  18.     diff    <1, 1, 0>
  19. }
  20.  
  21. plane {
  22.     patt    yellow
  23.     loc    <0, 0, 0>
  24.     v1    <1, 0, 0>
  25.     v2    <0, 0, 1>
  26. }
  27.  
  28. translate cool_object <0, 6, 0>
  29. instance cool_object
  30.  
  31.  
  32.